//Whirling Thingo!  Kinda Tornado-ish(?)
//Written by Lygax, 1999
//Sorry about the messyness, but this was the best way i found!

Durn="2",


CamX="-70 * sin( t) ",
CamY="70 * cos( t) ",
CamZ="110 + 40*cos(t/8) ",

CmLX="0",
CmLY="0",
CmLZ="100",

CUpX="0",
CUpY="0",
CUpZ="1",


C0=".1 + .5*(1-dt)",
D0="( 1 - pos( s ) )",

R="c0 + .6*d0*sin(t/2)",
G="c0 + .6*d0*sin(t/3)",
B="c0 + .6*d0*sin(t/5)",


//BckR=".1",BckG=".2",BckB=".6",


widt=200,heig=450,


ConL=0,ConB=0,
LWdt="2*dt+1",



A0="trnc( rnd( 4 ) + 2) ",//number of turns in the spiral ("3" default)

D1="D0 * a0 * 6.283185307",
C1="25*sin((1-dt)*5) + 25*cos(t/5) - 10 * dt",
C2="25*cos((1-dt)*5) + 20*sin(t/6) - 10 * dt",
C3="dt * 20 + 30",

X="d0 + dt*(s *50 * cos( d1 ) + c1 + abs(fft(s)) * c3)",
Y="d0 + dt*(s *50 * sin( d1 ) + c2 + abs(fft(s)) * c3)",
Z="dt*200*dt+pos(s)*20+abs(fft(s))*20",


Scal="350",
ScSz=1,
Pers="150",


Vers=40
